QuickOPC User's Guide and Reference
UAEnumDefinition Constructor(IEnumerable<UAEnumField>)



View with Navigation Tools
OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.DataTypeSchema Namespace > UAEnumDefinition Class > UAEnumDefinition Constructor : UAEnumDefinition Constructor(IEnumerable<UAEnumField>)
Sequence of fields that make up the data type.
Initializes a new instance of the class.
Syntax
'Declaration
 
Public Function New( _
   ByVal fields As IEnumerable(Of UAEnumField) _
)
 
'Usage
 
Dim fields As IEnumerable(Of UAEnumField)
 
Dim instance As New UAEnumDefinition(fields)

Parameters

fields
Sequence of fields that make up the data type.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also